From: Roger Pau Monne Date: Wed, 25 Jul 2012 16:39:18 +0000 (+0100) Subject: build: include Tools.mk first in tools/Rules.mk X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8154 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=f0281d6a7ac52c0d4e90f4186c6dd42dcddb893f;p=xen.git build: include Tools.mk first in tools/Rules.mk Tools.mk should be included first, or PREFIX is not honoured in the other conf/ files that define the paths of several tools. Signed-off-by: Roger Pau Monne Acked-by: Ian Campbell Committed-by: Ian Campbell --- diff --git a/tools/Rules.mk b/tools/Rules.mk index 1e928b7b22..2dd8ed3913 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -3,8 +3,8 @@ # `all' is the default target all: -include $(XEN_ROOT)/Config.mk -include $(XEN_ROOT)/config/Tools.mk +include $(XEN_ROOT)/Config.mk export _INSTALL := $(INSTALL) INSTALL = $(XEN_ROOT)/tools/cross-install